How to map DNS with my new IP address? [closed]

Posted by Carsen on Server Fault See other posts from Server Fault or by Carsen
Published on 2012-06-09T18:40:10Z Indexed on 2012/06/10 4:42 UTC
Read the original article Hit count: 422

I have installed apache2 in my ubuntu server. In apache2.conf, i have specified this

<VirtualHost *:80>
  ServerName something.in
  DocumentRoot somewhere/public    
  <Directory somewhere/public>
     AllowOverride all
     Options -MultiViews
  </Directory>
</VirtualHost>

Also, i have my Domain - something.in registered with Go Daddy. There i have changed A(HOST) to point to XXX.XXX.XX.XXX which is my public address. But when i type something.in in browser, i am not getting my apps home page.

  1. I got my public IP address as "XXX.XXX.XX.XXX is Natted to XX.XX.X.XX". which IP address should i use in my DNS settings?

  2. How to make apache2 in my ubuntu server listen to request for something.in?

© Server Fault or respective owner

Related posts about apache2

Related posts about hosting